Name | Description | |
---|---|---|
![]() | CanInsert | |
![]() | CanInsertRange | |
![]() | CanMove | |
![]() | CanMoveRange | |
![]() | CanRemove | |
![]() | CanRemoveRange | |
![]() | CanReplace | |
![]() | CanReplaceRange | |
![]() | CanSort | Returns whether the collection is able to sort the specified sortDescriptions. |
![]() | Dispose | |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetItemType | Gets the type of the item. |
![]() | GetLoadedItems | Overloaded. Returns the items that has be loaded so far. |
![]() | IndexOf | |
![]() | InsertAsync | |
![]() | InsertRangeAsync | |
![]() | LoadAsync | Load the items between the specified indexes. |
![]() | LoadMoreItemsAsync | Loads more items. |
![]() | MoveAsync | |
![]() | MoveRangeAsync | |
![]() | RemoveAsync | |
![]() | RemoveRangeAsync | |
![]() | ReplaceAsync | |
![]() | ReplaceRangeAsync | |
![]() | SortAsync | Overloaded. Sorts the collection according to the specified sortDescriptions. |